Administrator Guide > Virtual Capture Overview > Virtual Capture Settings > Customizing Global Settings for Virtual Capture |
While institutions are able to configure many attributes of each Virtual Capture instance in the Virtual Capture Settings page, the ability to apply changes to various settings outside of the user interface is also available to provide the ability to further customize the look and feel of the application experience in each instance of Virtual Capture.
Upon installing Virtual Capture, each institution is provided with a Settings file that includes the default settings for various global parameters, such as the text that appears within buttons on the Product Selection page, and the title of the link to Product Selection in the top navigation bar. If desired, the parameters in this file can be copied and placed in a custom file on the server for each Virtual Capture instance to allow institutions to update the default settings to values that better meet their business needs.
Reference the table below for an overview of the parameters that are included in the Virtual Capture Settings file for each instance configured for an institution:
Name | Description | Default Value | ||||
CustomScript |
If one or more custom JavaScript is included, this parameter identifies the URL(s) to the custom JavaScript file(s) for a Virtual Capture instance.
|
Blank | ||||
CustomCSS |
If one or more custom CSS elements are included, this parameter identifies the URL(s) to the custom CSS file(s) for a Virtual Capture instance.
|
Blank | ||||
HideUserCommentBox | This parameter identifies whether the Comments box displays within Virtual Capture. Setting this parameter to True enables the user comment box to be displayed and utilized by applicants in Virtual Capture. If this parameter is set to false, the user comment box does not appear within the instance of Virtual Capture. |
False When the Comments Box is enabled, its appearance depends on the size of the screen. If viewing on a small device, the Comments Box displays as a panel.
If viewing on a large device, the Comments Box appears on the right side of the screen.
|
||||
ProductSelection.NavbarLinkText | This parameter identifies the title of the link to the Product Selection page which displays in the top navigation bar in Virtual Capture. |
Products ![]() |
||||
ProductSelection.CartImageUrl |
For institutions that use the Account Origination module -This parameter identifies the URL to the image that displays for the product cart in Virtual Capture.
|
Views/Products/Cart.png
![]() |
||||
ProductSelection.CartApplyNowText | For institutions that use the Account Origination module -This parameter identifies the text that appears for the button that creates the application from the product cart. |
Apply Now! |
||||
ProductSelection.CartProductTermName | For institutions that use the Account Origination module -This parameter identifies the text that appears in the badge next to the cart image. This badge displays the number of products that have been added to the product cart. |
product ![]() |
||||
ProductSelection.CartProductTermNamePlural | For institutions that use the Account Origination module - This parameter identifies the plural text that appears in the badge next to the cart image when the cart is empty, or includes more than one product. |
products ![]() |
||||
ProductSelection.CartEmptyText | For institutions that use the Account Origination module - This parameter identifies the message that displays on the Product Selection page when an empty cart is expanded in a small device. |
Add products by clicking the Select buttons. ![]() |
||||
ProductSelection.CartOrganizeBySubCategory | For institutions that use the Account Origination module - This parameter identifies how products are organized in the cart. |
False When this parameter is set to the default value of false, products are organized by Category in the product cart as shown in the following example:
|
||||
ProductSelection.SingleSelectText | For institutions that use the Account Origination module - This parameter identifies the text that appears for the add button on a product card, when only one instance of the product is allowed on the application. |
Select ![]() |
||||
ProductSelection.SingleSelectedText | For institutions that use the Account Origination or Origination module - This parameter identifies the text that appears for the add button on a product card after a product which only allows one instance is added to the product cart. |
Selected ![]() |
||||
ProductSelection.LoanOnlySelectText | For institutions that only use the Loan Origination module - This parameter identifies the text that appears within the button to select a loan product. |
Apply Now! ![]() |
||||
ProductSelection.LoanAlreadySelectedText | For institutions that use the Loan Origination or Origination module - This parameter identifies the message that is displayed if an applicant selects a loan product after a loan has already been selected for the application. |
Another loan is already selected, and you may only have one loan. Which loan do you want to keep? ![]() |
||||
ProductSelection.AddProductsText |
For institutions that use the Account Origination or Origination module - This parameter identifies the text that displays for the button that adds account products to the cart from the Account Product screen. |
Add Products ![]() |
||||
ProductSelection.CartUpdateProducts.Text | For institutions that use the Account Origination or Origination module - This parameter identifies the text that displays for the button that updates the application to include the account products in the cart. |
Update Products ![]() |
The default Virtual Capture Settings file can be found on the server where Virtual Capture is installed for the institution: <Institution server path>\Resources\Settings.json.
![]() |
This file contains the default settings for the Virtual Capture parameters; therefore, any desired updates to the parameters must be added to a Custom file. |
To override the default parameters within the Settings file:
![]() |
It is highly recommended to only include the settings being customized for the instance within the Custom file. |
![]() |
The default Settings file uses a JSON format; therefore, the Custom file must also be in JSON format. If a value is improperly formatted in the Custom file, an error is logged to the error log, and the default setting for the parameter continues to appear in the Virtual Capture instance. |
For example, if it is desired to update title of the link to the Product Selection page for an instance, the parameters within the file can be updated to the following values:
// These settings control the product selection screen
ProductSelection: {
// This is the name of the link in the top navigation bar that is always visible within VC
NavbarLinkText 'Product Selection',
![]() |
Virtual Capture loads the default settings file for an instance first, and then checks for and loads the Custom file to overwrite the default values. If the instance uses the default settings from another instance, or has a parent, the system overrides the values in the parent file, as well as the general Settings.json file.
|